home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
docs
/
pascsrc
/
goodform.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1988-01-15
|
435 b
|
17 lines
program Good_Programming_Style;
begin
Write('Programming style ');
Write ('is a matter of ');
Writeln ('personal choice');
Write('Each person ');
Write ('can choose ');
Writeln ('his own style');
Write('He can be ');
Write ('very clear, or ');
Writeln ('extremely messy');
end.